home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / TOOLS_&_ / MACSRMS_ / MAIN < prev    next >
Text File  |  1988-04-10  |  324b  |  15 lines

  1. {--------------------------------------------------------------    }
  2. { This file is the "Main program" for the Sample Application.         }
  3. {--------------------------------------------------------------    }
  4.  
  5. PROGRAM Sample;
  6. ------------------>  This is an extraneous line.
  7.     USES
  8.         Init;
  9.  
  10. BEGIN
  11.     Init;
  12.     UnLoadSeg(@Init);
  13.     Sample
  14. END.
  15.